[INFO] cloning repository https://github.com/Wally869/UnityMCP-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Wally869/UnityMCP-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWally869%2FUnityMCP-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWally869%2FUnityMCP-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 588b07f3fbac6a088efa087923f4274e6ce68286
[INFO] checking Wally869/UnityMCP-rs against master#656ccbe796ff98def9b555c118e1620c5389e3b2 for pr-133502-24
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWally869%2FUnityMCP-rs" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Wally869/UnityMCP-rs
[INFO] finished tweaking git repo https://github.com/Wally869/UnityMCP-rs
[INFO] tweaked toml for git repo https://github.com/Wally869/UnityMCP-rs written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Wally869/UnityMCP-rs on toolchain 656ccbe796ff98def9b555c118e1620c5389e3b2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+656ccbe796ff98def9b555c118e1620c5389e3b2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Wally869/UnityMCP-rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+656ccbe796ff98def9b555c118e1620c5389e3b2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rmcp-macros v0.3.2
[INFO] [stderr]   Downloaded rmcp v0.3.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 6c10443b83d2793bda5e4074db28c907f9e34a81831d03ce6e799937756e0a6e
[INFO] running `Command { std: "docker" "start" "6c10443b83d2793bda5e4074db28c907f9e34a81831d03ce6e799937756e0a6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6c10443b83d2793bda5e4074db28c907f9e34a81831d03ce6e799937756e0a6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6c10443b83d2793bda5e4074db28c907f9e34a81831d03ce6e799937756e0a6e" "/opt/rustwide/cargo-home/bin/cargo" "+656ccbe796ff98def9b555c118e1620c5389e3b2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6c10443b83d2793bda5e4074db28c907f9e34a81831d03ce6e799937756e0a6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6c10443b83d2793bda5e4074db28c907f9e34a81831d03ce6e799937756e0a6e" "/opt/rustwide/cargo-home/bin/cargo" "+656ccbe796ff98def9b555c118e1620c5389e3b2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking socket2 v0.6.1
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling zmij v1.0.16
[INFO] [stderr]    Compiling find-msvc-tools v0.1.8
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling itoa v1.0.17
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking time v0.3.45
[INFO] [stderr]     Checking clap_builder v4.5.54
[INFO] [stderr]    Compiling cc v1.2.53
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking axum-core v0.4.5
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking uuid v1.19.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking tokio v1.49.0
[INFO] [stderr]     Checking ref-cast v1.0.25
[INFO] [stderr]     Checking sse-stream v0.2.1
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking dashmap v5.5.3
[INFO] [stderr]     Checking chrono v0.4.43
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking tracing-serde v0.2.0
[INFO] [stderr]     Checking dirs v5.0.1
[INFO] [stderr]     Checking tower v0.4.13
[INFO] [stderr]     Checking tower-http v0.5.2
[INFO] [stderr]     Checking tempfile v3.24.0
[INFO] [stderr]    Compiling schemars_derive v1.2.0
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]     Checking tungstenite v0.24.0
[INFO] [stderr]     Checking clap v4.5.54
[INFO] [stderr]     Checking tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling rmcp-macros v0.3.2
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]     Checking schemars v1.2.0
[INFO] [stderr]     Checking tracing-appender v0.2.4
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking tokio-tungstenite v0.24.0
[INFO] [stderr]     Checking h2 v0.4.13
[INFO] [stderr]     Checking rmcp v0.3.2
[INFO] [stderr]     Checking tokio-test v0.4.5
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking hyper-util v0.1.19
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking axum v0.7.9
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking unity_mcp v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: structure field `buildIndex` should have a snake case name
[INFO] [stdout]   --> src/mcp_handler.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 42 |     pub buildIndex: Option<i32>,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `build_index`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `maxDepth` should have a snake case name
[INFO] [stdout]   --> src/mcp_handler.rs:44:9
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub maxDepth: Option<i32>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `max_depth`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `pageSize` should have a snake case name
[INFO] [stdout]   --> src/mcp_handler.rs:46:9
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub pageSize: Option<i32>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `page_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `searchMethod` should have a snake case name
[INFO] [stdout]   --> src/mcp_handler.rs:58:9
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub searchMethod: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `search_method`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `primitiveType` should have a snake case name
[INFO] [stdout]   --> src/mcp_handler.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub primitiveType: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `primitive_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `componentType` should have a snake case name
[INFO] [stdout]   --> src/mcp_handler.rs:84:9
[INFO] [stdout]    |
[INFO] [stdout] 84 |     pub componentType: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `component_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `searchMethod` should have a snake case name
[INFO] [stdout]   --> src/mcp_handler.rs:86:9
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub searchMethod: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `search_method`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `assetType` should have a snake case name
[INFO] [stdout]    --> src/mcp_handler.rs:100:9
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub assetType: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case: `asset_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `searchPattern` should have a snake case name
[INFO] [stdout]    --> src/mcp_handler.rs:104:9
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pub searchPattern: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `search_pattern`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `pageSize` should have a snake case name
[INFO] [stdout]    --> src/mcp_handler.rs:106:9
[INFO] [stdout]     |
[INFO] [stdout] 106 |     pub pageSize: Option<i32>,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `page_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `pageNumber` should have a snake case name
[INFO] [stdout]    --> src/mcp_handler.rs:108:9
[INFO] [stdout]     |
[INFO] [stdout] 108 |     pub pageNumber: Option<i32>,
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `page_number`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `toolName` should have a snake case name
[INFO] [stdout]    --> src/mcp_handler.rs:116:9
[INFO] [stdout]     |
[INFO] [stdout] 116 |     pub toolName: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `tool_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `tagName` should have a snake case name
[INFO] [stdout]    --> src/mcp_handler.rs:118:9
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub tagName: Option<String>,
[INFO] [stdout]     |         ^^^^^^^ help: convert the identifier to snake case: `tag_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `layerName` should have a snake case name
[INFO] [stdout]    --> src/mcp_handler.rs:120:9
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub layerName: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case: `layer_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `searchTerm` should have a snake case name
[INFO] [stdout]    --> src/mcp_handler.rs:126:9
[INFO] [stdout]     |
[INFO] [stdout] 126 |     pub searchTerm: String,
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `search_term`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `searchMethod` should have a snake case name
[INFO] [stdout]    --> src/mcp_handler.rs:128:9
[INFO] [stdout]     |
[INFO] [stdout] 128 |     pub searchMethod: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `search_method`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `includeInactive` should have a snake case name
[INFO] [stdout]    --> src/mcp_handler.rs:130:9
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub includeInactive: Option<bool>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `include_inactive`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `pageSize` should have a snake case name
[INFO] [stdout]    --> src/mcp_handler.rs:132:9
[INFO] [stdout]     |
[INFO] [stdout] 132 |     pub pageSize: Option<i32>,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `page_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `scriptType` should have a snake case name
[INFO] [stdout]    --> src/mcp_handler.rs:150:9
[INFO] [stdout]     |
[INFO] [stdout] 150 |     pub scriptType: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `script_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `testNames` should have a snake case name
[INFO] [stdout]    --> src/mcp_handler.rs:158:9
[INFO] [stdout]     |
[INFO] [stdout] 158 |     pub testNames: Option<Vec<String>>,
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case: `test_names`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `assemblyNames` should have a snake case name
[INFO] [stdout]    --> src/mcp_handler.rs:160:9
[INFO] [stdout]     |
[INFO] [stdout] 160 |     pub assemblyNames: Option<Vec<String>>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `assembly_names`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `categoryNames` should have a snake case name
[INFO] [stdout]    --> src/mcp_handler.rs:162:9
[INFO] [stdout]     |
[INFO] [stdout] 162 |     pub categoryNames: Option<Vec<String>>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `category_names`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `includeDetails` should have a snake case name
[INFO] [stdout]    --> src/mcp_handler.rs:164:9
[INFO] [stdout]     |
[INFO] [stdout] 164 |     pub includeDetails: Option<bool>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `include_details`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `jobId` should have a snake case name
[INFO] [stdout]    --> src/mcp_handler.rs:170:9
[INFO] [stdout]     |
[INFO] [stdout] 170 |     pub jobId: String,
[INFO] [stdout]     |         ^^^^^ help: convert the identifier to snake case: `job_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `includeDetails` should have a snake case name
[INFO] [stdout]    --> src/mcp_handler.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |     pub includeDetails: Option<bool>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `include_details`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `waitTimeout` should have a snake case name
[INFO] [stdout]    --> src/mcp_handler.rs:174:9
[INFO] [stdout]     |
[INFO] [stdout] 174 |     pub waitTimeout: Option<i32>,
[INFO] [stdout]     |         ^^^^^^^^^^^ help: convert the identifier to snake case: `wait_timeout`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `includeStacktrace` should have a snake case name
[INFO] [stdout]    --> src/mcp_handler.rs:186:9
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub includeStacktrace: Option<bool>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `include_stacktrace`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `waitForReady` should have a snake case name
[INFO] [stdout]    --> src/mcp_handler.rs:198:9
[INFO] [stdout]     |
[INFO] [stdout] 198 |     pub waitForReady: Option<bool>,
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `wait_for_ready`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `toolName` should have a snake case name
[INFO] [stdout]    --> src/mcp_handler.rs:210:9
[INFO] [stdout]     |
[INFO] [stdout] 210 |     pub toolName: String,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `tool_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `failFast` should have a snake case name
[INFO] [stdout]    --> src/mcp_handler.rs:222:9
[INFO] [stdout]     |
[INFO] [stdout] 222 |     pub failFast: Option<bool>,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `fail_fast`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `materialPath` should have a snake case name
[INFO] [stdout]    --> src/mcp_handler.rs:230:9
[INFO] [stdout]     |
[INFO] [stdout] 230 |     pub materialPath: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `material_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `prefabPath` should have a snake case name
[INFO] [stdout]    --> src/mcp_handler.rs:248:9
[INFO] [stdout]     |
[INFO] [stdout] 248 |     pub prefabPath: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `prefab_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `saveBeforeClose` should have a snake case name
[INFO] [stdout]    --> src/mcp_handler.rs:252:9
[INFO] [stdout]     |
[INFO] [stdout] 252 |     pub saveBeforeClose: Option<bool>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `save_before_close`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `buildIndex` should have a snake case name
[INFO] [stdout]   --> src/mcp_handler.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 42 |     pub buildIndex: Option<i32>,
[INFO] [stdout]    |         ^^^^^^^^^^ help: convert the identifier to snake case: `build_index`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `maxDepth` should have a snake case name
[INFO] [stdout]   --> src/mcp_handler.rs:44:9
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub maxDepth: Option<i32>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `max_depth`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `pageSize` should have a snake case name
[INFO] [stdout]   --> src/mcp_handler.rs:46:9
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub pageSize: Option<i32>,
[INFO] [stdout]    |         ^^^^^^^^ help: convert the identifier to snake case: `page_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `searchMethod` should have a snake case name
[INFO] [stdout]   --> src/mcp_handler.rs:58:9
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub searchMethod: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `search_method`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `primitiveType` should have a snake case name
[INFO] [stdout]   --> src/mcp_handler.rs:62:9
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub primitiveType: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `primitive_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `componentType` should have a snake case name
[INFO] [stdout]   --> src/mcp_handler.rs:84:9
[INFO] [stdout]    |
[INFO] [stdout] 84 |     pub componentType: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `component_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `searchMethod` should have a snake case name
[INFO] [stdout]   --> src/mcp_handler.rs:86:9
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub searchMethod: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `search_method`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `assetType` should have a snake case name
[INFO] [stdout]    --> src/mcp_handler.rs:100:9
[INFO] [stdout]     |
[INFO] [stdout] 100 |     pub assetType: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case: `asset_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `searchPattern` should have a snake case name
[INFO] [stdout]    --> src/mcp_handler.rs:104:9
[INFO] [stdout]     |
[INFO] [stdout] 104 |     pub searchPattern: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `search_pattern`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `pageSize` should have a snake case name
[INFO] [stdout]    --> src/mcp_handler.rs:106:9
[INFO] [stdout]     |
[INFO] [stdout] 106 |     pub pageSize: Option<i32>,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `page_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `pageNumber` should have a snake case name
[INFO] [stdout]    --> src/mcp_handler.rs:108:9
[INFO] [stdout]     |
[INFO] [stdout] 108 |     pub pageNumber: Option<i32>,
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `page_number`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `toolName` should have a snake case name
[INFO] [stdout]    --> src/mcp_handler.rs:116:9
[INFO] [stdout]     |
[INFO] [stdout] 116 |     pub toolName: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `tool_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `tagName` should have a snake case name
[INFO] [stdout]    --> src/mcp_handler.rs:118:9
[INFO] [stdout]     |
[INFO] [stdout] 118 |     pub tagName: Option<String>,
[INFO] [stdout]     |         ^^^^^^^ help: convert the identifier to snake case: `tag_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `layerName` should have a snake case name
[INFO] [stdout]    --> src/mcp_handler.rs:120:9
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub layerName: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case: `layer_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `searchTerm` should have a snake case name
[INFO] [stdout]    --> src/mcp_handler.rs:126:9
[INFO] [stdout]     |
[INFO] [stdout] 126 |     pub searchTerm: String,
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `search_term`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `searchMethod` should have a snake case name
[INFO] [stdout]    --> src/mcp_handler.rs:128:9
[INFO] [stdout]     |
[INFO] [stdout] 128 |     pub searchMethod: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `search_method`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `includeInactive` should have a snake case name
[INFO] [stdout]    --> src/mcp_handler.rs:130:9
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub includeInactive: Option<bool>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `include_inactive`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `pageSize` should have a snake case name
[INFO] [stdout]    --> src/mcp_handler.rs:132:9
[INFO] [stdout]     |
[INFO] [stdout] 132 |     pub pageSize: Option<i32>,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `page_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `scriptType` should have a snake case name
[INFO] [stdout]    --> src/mcp_handler.rs:150:9
[INFO] [stdout]     |
[INFO] [stdout] 150 |     pub scriptType: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `script_type`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `testNames` should have a snake case name
[INFO] [stdout]    --> src/mcp_handler.rs:158:9
[INFO] [stdout]     |
[INFO] [stdout] 158 |     pub testNames: Option<Vec<String>>,
[INFO] [stdout]     |         ^^^^^^^^^ help: convert the identifier to snake case: `test_names`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `assemblyNames` should have a snake case name
[INFO] [stdout]    --> src/mcp_handler.rs:160:9
[INFO] [stdout]     |
[INFO] [stdout] 160 |     pub assemblyNames: Option<Vec<String>>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `assembly_names`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `categoryNames` should have a snake case name
[INFO] [stdout]    --> src/mcp_handler.rs:162:9
[INFO] [stdout]     |
[INFO] [stdout] 162 |     pub categoryNames: Option<Vec<String>>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^ help: convert the identifier to snake case: `category_names`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `includeDetails` should have a snake case name
[INFO] [stdout]    --> src/mcp_handler.rs:164:9
[INFO] [stdout]     |
[INFO] [stdout] 164 |     pub includeDetails: Option<bool>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `include_details`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `jobId` should have a snake case name
[INFO] [stdout]    --> src/mcp_handler.rs:170:9
[INFO] [stdout]     |
[INFO] [stdout] 170 |     pub jobId: String,
[INFO] [stdout]     |         ^^^^^ help: convert the identifier to snake case: `job_id`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `includeDetails` should have a snake case name
[INFO] [stdout]    --> src/mcp_handler.rs:172:9
[INFO] [stdout]     |
[INFO] [stdout] 172 |     pub includeDetails: Option<bool>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^ help: convert the identifier to snake case: `include_details`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `waitTimeout` should have a snake case name
[INFO] [stdout]    --> src/mcp_handler.rs:174:9
[INFO] [stdout]     |
[INFO] [stdout] 174 |     pub waitTimeout: Option<i32>,
[INFO] [stdout]     |         ^^^^^^^^^^^ help: convert the identifier to snake case: `wait_timeout`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `includeStacktrace` should have a snake case name
[INFO] [stdout]    --> src/mcp_handler.rs:186:9
[INFO] [stdout]     |
[INFO] [stdout] 186 |     pub includeStacktrace: Option<bool>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `include_stacktrace`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `waitForReady` should have a snake case name
[INFO] [stdout]    --> src/mcp_handler.rs:198:9
[INFO] [stdout]     |
[INFO] [stdout] 198 |     pub waitForReady: Option<bool>,
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `wait_for_ready`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `toolName` should have a snake case name
[INFO] [stdout]    --> src/mcp_handler.rs:210:9
[INFO] [stdout]     |
[INFO] [stdout] 210 |     pub toolName: String,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `tool_name`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `failFast` should have a snake case name
[INFO] [stdout]    --> src/mcp_handler.rs:222:9
[INFO] [stdout]     |
[INFO] [stdout] 222 |     pub failFast: Option<bool>,
[INFO] [stdout]     |         ^^^^^^^^ help: convert the identifier to snake case: `fail_fast`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `materialPath` should have a snake case name
[INFO] [stdout]    --> src/mcp_handler.rs:230:9
[INFO] [stdout]     |
[INFO] [stdout] 230 |     pub materialPath: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^^^^^ help: convert the identifier to snake case: `material_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `prefabPath` should have a snake case name
[INFO] [stdout]    --> src/mcp_handler.rs:248:9
[INFO] [stdout]     |
[INFO] [stdout] 248 |     pub prefabPath: Option<String>,
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `prefab_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: structure field `saveBeforeClose` should have a snake case name
[INFO] [stdout]    --> src/mcp_handler.rs:252:9
[INFO] [stdout]     |
[INFO] [stdout] 252 |     pub saveBeforeClose: Option<bool>,
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `save_before_close`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.34s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nix v0.29.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4`
[INFO] running `Command { std: "docker" "inspect" "6c10443b83d2793bda5e4074db28c907f9e34a81831d03ce6e799937756e0a6e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6c10443b83d2793bda5e4074db28c907f9e34a81831d03ce6e799937756e0a6e", kill_on_drop: false }`
[INFO] [stdout] 6c10443b83d2793bda5e4074db28c907f9e34a81831d03ce6e799937756e0a6e
